home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / compress / clscmp11.zip / C3FILE.H < prev    next >
C/C++ Source or Header  |  1993-07-20  |  254b  |  4 lines

  1. extern unsigned        CLS_Decompress ( char *sourcefile, char *destfile );
  2. extern unsigned        CLS_Compress ( char *sourcefile, char *destfile, unsigned char bitsize, unsigned readbuffer );
  3. extern unsigned long   CLS_GetSize ( char *sourcefile );
  4.